@import '_content/BlazorBasics.InputFileExtended/BlazorBasics.InputFileExtended.bundle.scp.css';
@import '_content/BlazorBasics.RichTextEditor/BlazorBasics.RichTextEditor.bundle.scp.css';
@import '_content/DigitalDoor.Reporting.Blazor/DigitalDoor.Reporting.Blazor.bundle.scp.css';
@import '_content/DrUalcman.Exceptions.BlazorWebAssembly.View/DrUalcman.Exceptions.BlazorWebAssembly.View.bundle.scp.css';
@import '_content/BlazorComponents.UICommon/BlazorComponents.UICommon.bundle.scp.css';
@import '_content/DigitalDoor.PrintCrystalReports/DigitalDoor.PrintCrystalReports.bundle.scp.css';
@import '_content/DigitalDoor.Common.PagesAndViews/DigitalDoor.Common.PagesAndViews.bundle.scp.css';
@import '_content/DigitalDoor.Components.Layout/DigitalDoor.Components.Layout.bundle.scp.css';
@import '_content/BlazorClients.Authentication/BlazorClients.Authentication.bundle.scp.css';

/* /Components/Cards.razor.rz.scp.css */

.neumorphism[b-j6qdi8rj4f] {
    background: #fff;
    box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px rgb(94 104 121 / 29%);
    border: none;
    outline: none;
    display: grid;
}
 
/* /Components/CheckBox.razor.rz.scp.css */

input[type="checkbox"][b-qlw6bb972b]{
    position:relative;
    width: 45px;
    height: 22px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
input:checked[type="checkbox"][b-qlw6bb972b]{
    background: #03a9f4;
}
input[type="checkbox"][b-qlw6bb972b]::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: .5s;
}
input:checked[type="checkbox"][b-qlw6bb972b]::before{
    left:28px;
}
.checkbox-wp[b-qlw6bb972b]{
    flex:none;
}
/* /Components/DraggableContainer.razor.rz.scp.css */

.draggable[b-shwsflguo1] {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    background: white;
}

.text-area[b-shwsflguo1]{
    border:none;
    width: 100%;
}
/* /Components/Switch.razor.rz.scp.css */
body[b-7omdfurk7j] {
}
.onoffswitch[b-7omdfurk7j] {
    position: relative;
    width: unset;
    max-width: 45px;
}

.switch[b-7omdfurk7j] {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

    .switch input[b-7omdfurk7j] {
        opacity: 0;
        width: 0;
        height: 0;
    }


.slider[b-7omdfurk7j] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-7omdfurk7j]:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-7omdfurk7j]:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

input:checked + .slider[b-7omdfurk7j] {
    background-color: #9acb3e;
}

.button[b-7omdfurk7j] {
    opacity: 1;
}



.mb-0[b-7omdfurk7j] {
    margin-bottom: 0rem;
}

.ct-black[b-7omdfurk7j] {
    color: #363636;
}



.select:not(.is-multiple):not(.is-loading)[b-7omdfurk7j]::after {
    border-color: #fff;
}
/* /Pages/EmailTemplates/EmailTemplate.razor.rz.scp.css */
#tabs-with-content .tabs:not(:last-child)[b-aacgt401nq] {
    margin-bottom: 0;
}

#tabs-with-content .tab-content[b-aacgt401nq] {
    padding: 1rem;
    display: none;
}

    #tabs-with-content .tab-content.is-active[b-aacgt401nq] {
        display: block;
    }

div.textarea[b-aacgt401nq]{
    max-height:unset !important;
    height: auto;
}
/* /Pages/GeneralSettings/Index.razor.rz.scp.css */
.columns.customize-column[b-nk26t1w3ka]{
    flex-wrap:wrap;
    gap: 1rem;
}
.customize-column .column[b-nk26t1w3ka] {
    flex-basis: 1!important;
    display:block;

}
.flex-grow-1[b-nk26t1w3ka]{
    flex-grow:1;
}
/* /Pages/Integrations/Integrations.razor.rz.scp.css */
/* /Pages/Messaging/Messaging.razor.rz.scp.css */
.btn-wp[b-eoguckalfb] {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.mb-0[b-eoguckalfb] {
    margin-bottom: 0;
}
/* /Pages/SettingsPage.razor.rz.scp.css */
body[b-wmt8o4euo8] {
}
/* /Pages/Users/EditUser.razor.rz.scp.css */
/* /Pages/Users/Users.razor.rz.scp.css */

.v-align-middle td[b-uvyudycay7] {
    vertical-align: middle;
}
/* /Shared/NavHeader.razor.rz.scp.css */
